maxi — Index of maximum value


\begin{rail}
MaxI : 'maxi' '(' Matrix ')' ;
\end{rail}
maxi returns the index of the maximum value contained in matrix. If the argument is a row or column vector, then the index of the largest value is returned. If the argument is not a vector, then a row vector of the column indices of the largest column values of is returned. If the argument is complex, magnitudes are compared.

Subsections